The VdigBufferRec data type defines a buffer structure.
typedef struct {
PixMapHandle dest; /* handle to pixel map for
destination buffer */
Point location; /* location of video destination
in pixel map */
long reserved; /* reserved--set to 0 */
} VdigBufferRec;